Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
@blockfrost/openapi
Advanced tools
Open Source OpenAPI specification for Blockfrost.io backend API.
Active version can be found in released
branch and also in GitHub releases.
Development version is in master
branch and is being merged into released
upon each release.
Released documentation can be found at docs.blockfrost.io.
Blockfrost OpenAPI blockfrost-openapi.yaml
specification is generated from all yaml files in src
directory.
Then there is Mithril Aggregator API spec mithril.yaml
which can be downloaded from Mithril Github.
These two specs are then merged together via openapi-merge-cli
(configuration is inside openapi-merge.json
).
Only the Mithril endpoints with a tag Cardano » Mithril
are included into the final spec.
Tag
Cardano » Mithril
needs to be added manually to each relevant endpoint in Mithril OpenAPI spec.
If you add a new file then don't forget to add it to paths
in src/definitions.yaml
.
Edit the source yaml files and build the package:
yarn build
Feel free to open PR against the master
branch. It is a great place to start any discussion for new features and changes to the Blockfrost API.
You can download openapi.yaml
directly from the repository or use this project as a dependency in your JavaScript/TypeScript project.
Install @blockfrost/openapi
:
yarn add @blockfrost/openapi
or
npm install @blockfrost/openapi
Now you can use TypeScript types generated from the OpenAPI specification:
import { components } from '@blockfrost/openapi';
type Block = components['schemas']['block_content'];
type Address = components['schemas']['address_content'];
type UtxoAsset = components['schemas']['address_utxo_content'];
[0.1.69] - 2024-10-31
/account/:stake_addr/utxos
for retrieving utxos associated with a stake accountFAQs
OpenAPI specifications for blockfrost.io
The npm package @blockfrost/openapi receives a total of 4,437 weekly downloads. As such, @blockfrost/openapi popularity was classified as popular.
We found that @blockfrost/openapi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.